home *** CD-ROM | disk | FTP | other *** search
/ Federal Information Syste…reness 2.0 2002 February / Federal Information Systems Security Awareness 2.0 2002 February.iso / content / infosec_glossary.swf / scripts / DefineButton2_51 / BUTTONCONDACTION on(release).as
Text File  |  2002-02-26  |  139b  |  10 lines

  1. on(release){
  2.    links.scroll = "1";
  3.    theURL = "";
  4.    tellTarget("_level0")
  5.    {
  6.       letter = "U";
  7.    }
  8.    gotoAndStop(105);
  9. }
  10.